home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / stk-3.002 / stk-3 / STk-3.1 / Tk / Makefile < prev    next >
Encoding:
Makefile  |  1996-07-24  |  408 b   |  27 lines

  1. #
  2. # Tk Makefile for unix (this is just a relay Makefile)
  3. #
  4. #           Author: Erick Gallesio [eg@unice.fr]
  5. #    Creation date: 20-Feb-1996 09:49
  6. # Last file update: 24-Jul-1996 15:00
  7. #
  8.  
  9. include ../config.make
  10.  
  11. libtk.a:
  12.     (cd $(FLAVOR); $(MAKE) libtk.a)
  13.  
  14. install:
  15.     (cd $(FLAVOR); $(MAKE) install)
  16.  
  17. install.libs:
  18.     (cd $(FLAVOR); $(MAKE) install.libs)
  19.  
  20. clean:
  21.     (cd $(FLAVOR); $(MAKE) clean)
  22.     rm -f config.*
  23.  
  24.  
  25.  
  26.  
  27.